home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 April
/
Chip_2003-04_cd1.bin
/
oddech
/
flashfun
/
psy
/
psy final.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2000-06-16
|
314b
|
20 lines
actFrames = _framesloaded;
tmp = int(actFrames / maxFrames * "5");
if(percent < tmp and percent < "5")
{
tellTarget("/preloader")
{
nextFrame();
}
percent += "1";
gotoAndPlay(3);
}
else if(percent == tmp and percent < "5")
{
gotoAndPlay(3);
}
else
{
gotoAndPlay(7);
}